*** strg + up,down,right,left change the position of the gauges InGame
*** delete makes gauges visible or not.
*** with ALT-Key you can cycle thrue the Gauges.
*** Folder Gauges01-Gauges05 must have gauges.ini in there.

[MAIN]
GAUGES_Enabled=1		//Gauges are visible or not
BACKROUND_Enabled=1		//the Backround is visible or not
SPEED_Enabled=1			//Speed Gauge is visible or not
GEAR_Enabled=1			//Gear is visible or not
RPM_Enabled=1			//RPM Gauge is visible or not
FUEL_Enabled=1			//Fuel gauge is visible or not
TURBO_Enabled=1			//Turbo gauge is visible or not
FUELWARNLIGHT_Enabled=1		// .......
SHIFTLIGHT_Enabled=1
PITLIGHT_Enabled=1
TRACTIONLIGHT_Enabled=1


[SPEED]
Pos_X=20.0			//Pos x of the Gauge in pixel
Pos_Y=60.0			//Pos y of the Gauge in pixel

Width_Scale=0.7			//width of the Gauge in percentage of file dimension
Height_Scale=0.7		//height of the Gauge in percentage of file dimension

min_value=0.0			//the minimum Value of the gauge
max_value=400.0			//the maximum value of the gauge
min_angel=180.0			//the angel where the minimum is (see AnaGauges.doc)
max_angel=-108.0		//the angel where the maximum is (see AnaGauges.doc)
direction=1			//in which direction the needle goes
typ=1				//mph or kmh

[GEAR]
Pos_X=20.0
Pos_Y=80.0

Width_Scale=0.8
Height_Scale=0.8

min_value=0.0
max_value=8.0
min_angle=315.0
max_angle=-45.0
direction=0

[RPM]
Pos_X=20.0
Pos_Y=80.0

Width_Scale=0.8
Height_Scale=0.8

min_value=0.0
max_value=10000.0
min_angle=180.0
max_angle=-77.142857
direction=1
